toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]CertificateErrorCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
CertificateErrorCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
allow
Link copied to clipboard
open
fun
allow
(
)
Notifies the browser that the certificate error must be ignored.
cancel
Link copied to clipboard
open
fun
cancel
(
)
Notifies the browser that loading must be canceled.
deny
Link copied to clipboard
open
fun
deny
(
)
Notifies the browser that the certificate error must not be ignored, and the page loading should be continued.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.